Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / IOpenXml<T> Interface / CanExport Method


In This Topic
    CanExport Method
    In This Topic
    Determines whether this object can be exported to OpenXml format.
    Syntax
    'Declaration
     
    
    Function CanExport() As Boolean
    'Usage
     
    
    Dim instance As IOpenXml(Of T)
    Dim value As Boolean
     
    value = instance.CanExport()
    bool CanExport()

    Return Value

    true if this object can be exported to OpenXml format; otherwise, false.
    See Also